Skip to content

update download url to r2 #298

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

chaishiqi
Copy link

change all the download url from gcs to r2, excepet archive.db

envestcc
envestcc previously approved these changes Apr 17, 2025
CoderZhi
CoderZhi previously approved these changes Apr 18, 2025
@chaishiqi chaishiqi dismissed stale reviews from CoderZhi and envestcc via b4bf73e May 8, 2025 01:14
README.md Outdated

**We will update the baseline snapshot on the 1st of every month**.

5. Start from a **incremental snapshot**, run the following commands:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is confusing. It sounds like users can "Start from a baseline snapshot" or "Start from an incremental snapshot.

so, it should be

Download the latest incremental data (Optional):

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

README.md Outdated
```

**We will update the snapshot once a day**. For advanced users, there are three options to consider:
Make sure the files from the incremental package **overwrite** those from the baseline.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

README.md Outdated
Comment on lines 91 to 92
tar -xzf $IOTEX_HOME/data.tar.gz -C $IOTEX_HOME/data/
tar -xzf $IOTEX_HOME/incr.tar.gz -C $IOTEX_HOME/data/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in one line:
tar -xzf $IOTEX_HOME/data.tar.gz -C $IOTEX_HOME/data/ && tar -xzf $IOTEX_HOME/incr.tar.gz -C $IOTEX_HOME/data/

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

README.md Outdated
```

or download from Google Cloud:
or download from Cloudflare:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to specify Cloudflare.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

README.md Outdated

- Option 1: If you plan to run your node as a [gateway](#gateway), please use the snapshot with index data:
https://t.iotex.me/mainnet-data-with-idx-latest.

or download from Cloudflare:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to specify source Cloudflare

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants